SftTabs/NET 6.0

LeftButton Property, ScrollingClass Class

Softel vdm, Inc.

Returns whether the left scroll button is enabled.

Syntax      ScrollingClass Class (Softelvdm.SftTabsNET)

VB   

Public ReadOnly Property LeftButton As Boolean

C#   

public bool LeftButton { get; }

C++   

public: property bool LeftButton {
        bool get();
}

Property Value

True if the left scroll button is enabled, otherwise False.

Comments

The LeftButton property returns whether the left scroll button is enabled.

The LeftButton property returns the current status of the left/up scroll button. It can be used to implement an application defined scrolling method. The RightButton property provides the equivalent information for the right/down scroll button.

The LeftButton property is only meaningful if a scrollable tab control is used. The Style property defines whether scroll buttons are available.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com